home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 592b.lha / TermII / Fran軋is / Exemples ARexx / quit.rexx < prev    next >
OS/2 REXX Batch file  |  1991-12-22  |  479b  |  14 lines

  1. /* quit.rexx                                                            */
  2. /*                                                                      */
  3. /*                                                                      */
  4. /*      Un programme pour arrêter Term II s'il est bloqué en arrière    */
  5. /*      plan.                                                           */
  6. /*                                                                      */
  7.  
  8.  
  9. address TERM
  10.  
  11.     'quit'
  12.  
  13.  
  14.